home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 29 / CDT29.iso / e-Mail / WorldClient Pro 2.2.3 / wcsetup.exe / WEBHELP.ZIP / hhapplet / IndexTree$IndexTreeNode.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-10-21  |  603 b   |  17 lines

  1. package hhapplet;
  2.  
  3. import treeview.TreeViewNode;
  4.  
  5. class IndexTree$IndexTreeNode extends TreeViewNode {
  6.    // $FF: synthetic field
  7.    final IndexTree this$0;
  8.  
  9.    public void doDblClick() {
  10.       this.this$0.m_ip.gotoSelectedIndex();
  11.    }
  12.  
  13.    IndexTree$IndexTreeNode(IndexTree var1) {
  14.       (this.this$0 = var1).getClass();
  15.    }
  16. }
  17.